home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / ixemul / sdk / man / cat5 / netgroup.0 < prev    next >
Encoding:
Text File  |  1998-06-15  |  2.2 KB  |  49 lines

  1.  
  2. NETGROUP(5)                UNIX Programmer's Manual                NETGROUP(5)
  3.  
  4. NNAAMMEE
  5.      nneettggrroouupp - defines network groups
  6.  
  7. SSYYNNOOPPSSIISS
  8.      nneettggrroouupp
  9.  
  10. DDEESSCCRRIIPPTTIIOONN
  11.      The nneettggrroouupp file specifies ``netgroups'', which are sets of ((hhoosstt,, uusseerr,,
  12.      ddoommaaiinn)) tuples that are to be given similar network access.
  13.  
  14.      Each line in the file consists of a netgroup name followed by a list of
  15.      the members of the netgroup.  Each member can be either the name of an-
  16.      other netgroup or a specification of a tuple as follows:
  17.  
  18.            (host, user, domain)
  19.      where the hhoosstt, uusseerr, and ddoommaaiinn are character string names for the cor-
  20.      responding component.  Any of the comma separated fields may be empty to
  21.      specify a ``wildcard'' value or may consist of the string ``-'' to speci-
  22.      fy ``no valid value''.  The members of the list may be separated by
  23.      whitespace; the ``\'' character may be used at the end of a line to spec-
  24.      ify line continuation.  The functions specified in getnetgrent(3) should
  25.      normally be used to access the nneettggrroouupp database.
  26.  
  27.      These functions operate on the db version of the nneettggrroouupp ((nneettggrroouupp..ddbb))
  28.      file which can be generated using netgroup_mkdb.  If that file is not
  29.      present, and the system supports NNIISS,, then the nneettggrroouupp NNIISS maps are
  30.      used. The NNIISS maps are also used if the nneettggrroouupp file contains a ++ entry.
  31.  
  32.      Lines that begin with a # are treated as comments.
  33.  
  34. FFIILLEESS
  35.      /etc/netgroup.db  the netgroup database.
  36.  
  37. SSEEEE AALLSSOO
  38.      netgroup_mkdb(8),  getnetgrent(3),  exports(5)
  39.  
  40. CCOOMMPPAATTIIBBIILLIITTYY
  41.      The file format is compatible with that of various vendors, however it
  42.      appears that not all vendors use an identical format.
  43.  
  44. BBUUGGSS
  45.      The interpretation of access restrictions based on the member tuples of a
  46.      netgroup is left up to the various network applications.
  47.  
  48. BSD Experimental               December 11, 1993                             1
  49.